ViolationSetting

data class ViolationSetting(name: String, threshold: Double)

Violation configuration setting.

Constructors

ViolationSetting
Link copied to clipboard
fun ViolationSetting(name: String, threshold: Double)

Properties

name
Link copied to clipboard
val name: String
Violation type.
threshold
Link copied to clipboard
val threshold: Double
Time threshold to trigger upon.

Sources

jvm source
Link copied to clipboard